home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 1 (Walnut Creek)
/
Aminet - June 1993 [Walnut Creek].iso
/
aminet
/
text
/
print
/
sas6post.lha
/
postint.c.diff
< prev
next >
Wrap
Text File
|
1993-03-14
|
249b
|
14 lines
380c380,383
< if (putc(*sptr++, fptr) == EOF) error(errioerror);
---
> {
> if (putc(*sptr, fptr) == EOF) error(errioerror);
> sptr++;
> }
520a524,528
> if(feof(fptr) && !ferror(fptr))
> {
> return EOF;
> } /* if */
>